[INFO] cloning repository https://github.com/ysono/compiler-c-sandler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ysono/compiler-c-sandler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysono%2Fcompiler-c-sandler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysono%2Fcompiler-c-sandler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a1cc84efd0efb079d8dea6ddde66aa2cec7efc9b
[INFO] checking ysono/compiler-c-sandler against try#8ac0915e346f9a2e49ca3951b642c55bd7d1eaab for pr-158447
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fysono%2Fcompiler-c-sandler" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ysono/compiler-c-sandler
[INFO] finished tweaking git repo https://github.com/ysono/compiler-c-sandler
[INFO] tweaked toml for git repo https://github.com/ysono/compiler-c-sandler written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ysono/compiler-c-sandler on toolchain 8ac0915e346f9a2e49ca3951b642c55bd7d1eaab
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ysono/compiler-c-sandler already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded shared_child v1.0.1
[INFO] [stderr]   Downloaded getset v0.1.4
[INFO] [stderr]   Downloaded os_pipe v1.2.1
[INFO] [stderr]   Downloaded duct v0.13.7
[INFO] [stderr]   Downloaded clap v4.5.30
[INFO] [stderr]   Downloaded clap_builder v4.5.30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae
[INFO] running `Command { std: "docker" "start" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae" "/opt/rustwide/cargo-home/bin/cargo" "+8ac0915e346f9a2e49ca3951b642c55bd7d1eaab" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.17
[INFO] [stderr]    Compiling serde v1.0.218
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling fsio v0.1.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking log v0.4.25
[INFO] [stderr]    Compiling anyhow v1.0.96
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]    Compiling nias v0.5.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking once_cell v1.20.3
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking owning_ref v0.4.1
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking clap_builder v4.5.30
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking envmnt v0.8.4
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling ci_info v0.10.2
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]     Checking shared_child v1.0.1
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking duct v0.13.7
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]    Compiling rusty-hook v0.11.2
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling clap_derive v4.5.28
[INFO] [stderr]    Compiling getset v0.1.4
[INFO] [stderr]     Checking clap v4.5.30
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking compiler-c-sandler v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stage2_parse/c_ast.rs:359:20
[INFO] [stdout]     |
[INFO] [stdout] 359 |         pub fn typ(&self) -> Cow<NonAggrType> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 359 |         pub fn typ(&self) -> Cow<'_, NonAggrType> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stage2_parse/c_ast.rs:367:20
[INFO] [stdout]     |
[INFO] [stdout] 367 |         pub fn typ(&self) -> Cow<NonVoidType> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 367 |         pub fn typ(&self) -> Cow<'_, NonVoidType> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stage2_parse/c_ast.rs:359:20
[INFO] [stdout]     |
[INFO] [stdout] 359 |         pub fn typ(&self) -> Cow<NonAggrType> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 359 |         pub fn typ(&self) -> Cow<'_, NonAggrType> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/stage2_parse/c_ast.rs:367:20
[INFO] [stdout]     |
[INFO] [stdout] 367 |         pub fn typ(&self) -> Cow<NonVoidType> {
[INFO] [stdout]     |                    ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 367 |         pub fn typ(&self) -> Cow<'_, NonVoidType> {
[INFO] [stdout]     |                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.94s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae", kill_on_drop: false }`
[INFO] [stdout] 024c360ead8ad59e6ee3270c0e2c35098736d3fd5d76430d0531b70a1735bbae
